home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Conversion / Convert_PICT / Testing / hex_tests / comment=textrotate.hex < prev    next >
Text File  |  1993-08-01  |  2KB  |  64 lines

  1. %
  2. %    Test whether the TextBegin set of piccomments function even marginally.  This will
  3. %    try to rotate some text to various degrees.
  4. %
  5. % header
  6. 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  7. % end of app-specific header
  8. 00FF 0000 0000 00FF 00FF    % pict size (bogus) and top left bottom right
  9. 0011 02FF                    % verson
  10. 0001 000A 0000 0000 00FF 00FF    % Clip region.  Added to keep Mac tester happy.
  11. 0030 0000 0000 00FF 00FF        % draw bounding rect
  12. 0003 0022                    % New century schoolbook
  13. 000D 0018                    % set the size
  14. %
  15. %    Draw a condensed line of text
  16. %
  17. 0004 20 00
  18. 002A 18 (Style is condensed)
  19. %
  20. %    Draw a plain line of text
  21. %
  22.  
  23. 00A1 0096 000a 02 01 0023 00 00 00238000  % Begin text  ( center, horozontal, 35deg, x, x, 35.5deg)
  24.  
  25. 00A1 009a 0008 00648000 00801000    % Center the text rotation (whatever that means)
  26.  
  27. 0004 00 00
  28. 002A 20 (Style is plain)
  29. %
  30. %    Draw a extend line of text
  31. %
  32. 0004 40 00
  33. 002A 20 (Style is extend!)
  34.  
  35. 00A0 0097    % Text end
  36.  
  37. %
  38. %    Draw a bold line of text
  39. %
  40. 0004 01 00
  41. 002A 20 (Style is bold!)
  42. %
  43. %    Draw an italic line of text
  44. %
  45. 0004 02 00
  46. 002A 20 (Style is italic!)
  47.  
  48. %
  49. %    Draw an italic line of text
  50. %
  51. 0004 04 00
  52. 002A 20 (Style is underline)
  53. %
  54. %    Draw an outline line of text
  55. %
  56. 0004 08 00
  57. 002A 20 (Style is outline)
  58. %
  59. %    Draw a shadow line of text
  60. %
  61. 0004 10 00
  62. 002A 20 (Style is shadow!)
  63. 00FF    % end
  64.